home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 59 / Cine Live 59.iso / pc / Data / Interface / bonus.k < prev    next >
Encoding:
Text File  |  2002-06-10  |  6.4 KB  |  272 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000001F4,$0000007F,$0000023F,$000002CD,$00000000,$FFFFFFC7,$00000000,$00000000};
  6.         LayoutWindow is {$0000006B,$000000A1,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         ofond3,
  17.         oreportage_sommaire4,
  18.         oreportage1_lancer5,
  19.         oreportage2_lancer6,
  20.         oBox8,
  21.         oVid_o19
  22.     ];
  23.     Events is [
  24.         cOnscreenEvent
  25.         with 
  26.             Commands is [
  27.                 cRunCommand
  28.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  29.             ];
  30.         end,
  31.         cKeyboardEvent
  32.         with Test is IsSpace; 
  33.             Commands is [
  34.                 cRunCommand
  35.                 with Flags is $00000004; Target is oVid_o19; Mode is Toggle; end
  36.             ];
  37.         end,
  38.         cKeyboardEvent
  39.         with Value is "+"; 
  40.             Commands is [
  41.                 cSetVolumeCommand
  42.                 with Mode is ExecuteHigher; end
  43.             ];
  44.         end,
  45.         cKeyboardEvent
  46.         with Value is "-"; 
  47.             Commands is [
  48.                 cSetVolumeCommand
  49.                 with Flags is $00000004; Mode is ExecuteLower; end
  50.             ];
  51.         end,
  52.         cKeyboardEvent
  53.         with Value is "m"; 
  54.             Commands is [
  55.                 cRunCommand
  56.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  57.             ];
  58.         end
  59.     ];
  60. end;
  61.  
  62. object oMusic2 is cSound
  63. with 
  64.     Flags is $00000150; 
  65.     Name is "Music"; 
  66.     
  67.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  68.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  69.     Looping is true; 
  70.     URL is "data/Sons/1.mp3"; URLOption is GetDiskURL; 
  71.     
  72. end;
  73.  
  74. object ofond3 is cImage
  75. with 
  76.     Flags is $00000150; 
  77.     Name is "fond"; 
  78.     Enabled is false; 
  79.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  80.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  81.     
  82.     URL is "data/Images/bonus.jpg"; URLOption is GetDiskURL; 
  83.     
  84.     
  85. end;
  86.  
  87. object oreportage_sommaire4 is cImage
  88. with 
  89.     Flags is $00000150; 
  90.     Name is "reportage sommaire"; 
  91.     Shown is false; Cursor is oFingerCursor; 
  92.     X is 629; Y is 573; 
  93.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  94.     
  95.     URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL; 
  96.     
  97.     
  98.     Events is [
  99.         cMouseEnterEvent
  100.         with Flags is $00000004; 
  101.             Commands is [
  102.                 cShowCommand
  103.                 with Flags is $00000004; Target is oTargetSelf; end
  104.             ];
  105.         end,
  106.         cMouseLeaveEvent
  107.         with Flags is $00000004; 
  108.             Commands is [
  109.                 cShowCommand
  110.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  111.             ];
  112.         end,
  113.         cMouseUpEvent
  114.         with Flags is $00000004; 
  115.             Commands is [
  116.                 cBrowseCommand
  117.                 with Flags is $00000004; URL is "data/Interface/sommaire.k"; URLOption is GetDiskURL; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oreportage1_lancer5 is cImage
  124. with 
  125.     Flags is $00008151; 
  126.     Name is "reportage1 lancer"; 
  127.     Shown is false; Cursor is oFingerCursor; 
  128.     X is 320; Y is 573; 
  129.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  130.     
  131.     URL is "data/Images/lancer%20bonus%201.jpg"; URLOption is GetDiskURL; 
  132.     
  133.     
  134.     Events is [
  135.         cMouseEnterEvent
  136.         with Flags is $00004004; 
  137.             Commands is [
  138.                 cShowCommand
  139.                 with Flags is $00004004; Target is oTargetSelf; end
  140.             ];
  141.         end,
  142.         cMouseLeaveEvent
  143.         with Flags is $00004004; 
  144.             Commands is [
  145.                 cShowCommand
  146.                 with Flags is $00004004; Target is oTargetSelf; Mode is Clear; end
  147.             ];
  148.         end,
  149.         cMouseUpEvent
  150.         with Flags is $00004004; 
  151.             Commands is [
  152.                 cSwitchURLCommand
  153.                 with Flags is $00004000; Target is oVid_o19; URL is "../../data/Videos/bonus01.mpg"; end,
  154.                 cShowCommand
  155.                 with Flags is $00004004; Target is oVid_o19; end,
  156.                 cEnableCommand
  157.                 with Flags is $00004004; Target is oVid_o19; end,
  158.                 cRunCommand
  159.                 with Flags is $00004004; Target is oVid_o19; Rewind is true; end,
  160.                 cRunCommand
  161.                 with Flags is $00004004; Target is oMusic2; Mode is Clear; Rewind is true; end
  162.             ];
  163.         end
  164.     ];
  165. end;
  166.  
  167. object oreportage2_lancer6 is cImage
  168. with 
  169.     Flags is $00000150; 
  170.     Name is "reportage2 lancer"; 
  171.     Shown is false; Cursor is oFingerCursor; 
  172.     X is 475; Y is 573; 
  173.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  174.     
  175.     URL is "data/Images/lancer%20bonus%202.jpg"; URLOption is GetDiskURL; 
  176.     
  177.     
  178.     Events is [
  179.         cMouseEnterEvent
  180.         with Flags is $00000004; 
  181.             Commands is [
  182.                 cShowCommand
  183.                 with Flags is $00000004; Target is oTargetSelf; end
  184.             ];
  185.         end,
  186.         cMouseLeaveEvent
  187.         with Flags is $00000004; 
  188.             Commands is [
  189.                 cShowCommand
  190.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  191.             ];
  192.         end,
  193.         cMouseUpEvent
  194.         with Flags is $00000004; 
  195.             Commands is [
  196.                 cSwitchURLCommand
  197.                 with Target is oVid_o19; URL is "../../data/Videos/bonus02.mpg"; end,
  198.                 cShowCommand
  199.                 with Flags is $00000004; Target is oVid_o19; end,
  200.                 cEnableCommand
  201.                 with Flags is $00000004; Target is oVid_o19; end,
  202.                 cRunCommand
  203.                 with Flags is $00000004; Target is oVid_o19; Rewind is true; end,
  204.                 cRunCommand
  205.                 with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end
  206.             ];
  207.         end
  208.     ];
  209. end;
  210.  
  211. object oBox8 is cBox
  212. with 
  213.     Flags is $00000150; 
  214.     release Editor:
  215.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  216.     end;
  217.     Name is "Box"; 
  218.     Region is {$FFFF000A,$00000000,$0069006A};
  219.     Cursor is oFingerCursor; 
  220.     X is 690; Y is 375; 
  221.     Width is 106; Height is 107; 
  222.     
  223.     
  224.     Events is [
  225.         cMouseUpEvent
  226.         with Flags is $00000004; Flag is true; 
  227.             Commands is [
  228.                 cBrowseCommand
  229.                 with URL is "data/Interface/mcm.k"; URLOption is GetDiskURL; end
  230.             ];
  231.         end
  232.     ];
  233. end;
  234.  
  235. object oVid_o19 is cMPEGMovie
  236. with 
  237.     Flags is $00000154; 
  238.     Name is "Vid\$E9o1"; 
  239.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  240.     
  241.     Width is 800; Height is 600; 
  242.     
  243.     URL is "data/Videos/bonus01.mpg"; URLOption is GetDiskURL; 
  244.     Events is [
  245.         cMouseUpEvent
  246.         with Flags is $00000004; 
  247.             Commands is [
  248.                 cShowCommand
  249.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  250.                 cEnableCommand
  251.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  252.                 cRunCommand
  253.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  254.                 cRunCommand
  255.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  256.             ];
  257.         end,
  258.         cFinishedEvent
  259.         with Flags is $00000004; 
  260.             Commands is [
  261.                 cShowCommand
  262.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  263.                 cEnableCommand
  264.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  265.                 cRunCommand
  266.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  267.                 cRunCommand
  268.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  269.             ];
  270.         end
  271.     ];
  272. end;